Release 2016.4
authorColin Walters <walters@verbum.org>
Wed, 23 Mar 2016 19:39:15 +0000 (15:39 -0400)
committerColin Walters <walters@verbum.org>
Wed, 23 Mar 2016 19:45:59 +0000 (15:45 -0400)
configure.ac
src/libostree/libostree.sym

index 3d080a657eec20a07190f3416795883baa9a7900..86df2a41002829bf990bdbb8d9e4d9b41fde4e78 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([ostree], [2016.3], [walters@verbum.org])
+AC_INIT([ostree], [2016.4], [walters@verbum.org])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])
index c78986e50647a49d337dc649b163b1a74115a11e..7f10b75dcf26e048ea765b2b54ebe4e63131a3d2 100644 (file)
@@ -322,3 +322,14 @@ global:
         ostree_deployment_get_unlocked;
         ostree_deployment_unlocked_state_to_string;
 } LIBOSTREE_2016.3;
+
+/*                         NOTE NOTE NOTE
+ * Versions above here are released.  Only add symbols below this line.
+ *                         NOTE NOTE NOTE
+ */
+
+/* UNCOMMENT WITH NEW SYMBOLS HERE:
+LIBOSTREE_2016.5 {
+global:
+} LIBOSTREE_2016.4;
+*/